textarea,input {
	font-family : verdana;
	font-size : 12px;
}

button{
	font-family : verdana;
	font-size : 9px;
	font-weight : bold;
}

select{
	font-family : Verdana;
	font-size : 12px;
}

.rowheader  {
	font-family : Verdana; 
	font-size : 12px; 
	color : #ffffff; 
	font-weight : bold; 
	padding : 2px; 
	vertical-align : bottom;
	background : url('http://adpoint.radioio.com/images/rowheader.gif'); 
	height : 25px;
}

.hider {
	display : none;
}

.showingtab {
	display : block;
}

.hiddentab {
	display : none;
}

.commenting {
	display : block;
	list-style-type: none;
	
}
.commenting ul{
	list-style-type: none;
}
.reveal {
	text-decoration : underline; 
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.gap {
	clear: both;
	height: 6px;
	line-height: 0.0;
	font-size: 0;
}
.crack{
	float : left;
	width : 3px;
}
/* START clearFix */
.clearFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix {
	min-height:1px;
}
* html .clearFix {
	height:1px;
}
* html>body .clearFix {
	height:auto;
	display:inline-block;
}
/* END clearFix */

.thumbnail {
	float:left;
	clear:left;
	padding:0px 3px;
}
div.tabArea {
  font-size: 110%;
  font-weight: bold;
}

a.tab {
  background-color : #f0f0f0;
  padding : 2px 1em 2px 1em;
  text-decoration : none;
}

a.tab, a.tab:visited {
  color : #000000;
}

a.tab:hover {
  background-color : #d0d0d0;
  color : #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color : #c0c0c0;
  color : #000000;
}


#comment_console{
	
	color : #000000;
	width : 450px;
	height : 282px;
	position : absolute;
	display : none;
	background-image : url('/common/global_images/commentbox_450x282.gif');

}
.slideholder {
	position : absolute;
	top : 0px;
	left : 0px;
	filter : alpha(opacity=10);
	opacity : 0.0;
	-moz-opacity : 0.0;
	padding : 4px 4px 0px 4px;
}
.rollNav{
	float : left;
	cursor : pointer;
}
.podcast_button{
	float : left;
	border-width : 1px;
	border-style : solid;
	padding : 1px;
	cursor : pointer;
	font-size : 9px;
	font-weight : bold;
}
#platPopupHolder{
	background-color:#000000;
	color:#FFFFFF;
	height:auto;
	width:auto;
	border-width:1px;
	border-color:#FFF;
	border-style:solid;
	display:none;
	position:absolute;
	z-index:20000;
	top:0px;
	left:0px;
	padding:5px;
}

.embed_code textarea,input{
	font-size : 10px;
	font-family : verdana;
}
.inheritor{
	color : inherited;
	font-size : inherited;
}
.vidEmbedLink {
	border:1px solid #ABABAB;
	background-color:#DEDEDE;
	color:#fff;
	padding:1px;
	font-size:10px;
	width:87%;
	margin:0 2%;
}
.vidEmbedLink a{
	color : #000000;
}
.vidEmbedLink a:link{
	color : #000000;
}
.vidEmbedLink a:visited{
	color : #000000;
}
.codehint{
	background-color : #FFFFFF;
	color : #333333;
	padding : 1px 3px;
	border : 1px solid #333333;
	font-size: 9px;
	display : none;
	position : absolute;
	top: 0px;
	left : 0px;
}
/* Gallery editing elements */	

.editThumbContainerOdd{
	float:left;
	padding:4px;
	overflow:hidden;
	text-align:center;
	width: 97%;
	background-color: #ededed;
}
.editThumbContainerEven{
	float:left;
	padding:4px;
	overflow:hidden;
	text-align:center;
	width:97%;
	background-color: #dedede;
}

.editThumbContainer a{
	color : #00CC00;
}
.midSitter{
	float:left;
	height:32px;
	width : 16px;
	padding:16px 0px 0px 0px;
}
.singleButton{
	clear : both;
	height:16px;
	width : 16px;		
}
.thumbControl{
	top : 0px;
	left: 0px;
	width : 50px;
	display : block;
	text-align:center;
	float : left;
	z-index:5;
	background-image:url('/common/global_images/icons/gallery_dial.png');
	background-repeat:no-repeat;
}
.thumbMovers{
	height : 100%;
	padding : 10px 0px 0px 0px;
	vertical-align : middle;
	float:left;
}

/*ugc versions of gallery edit*/
#galleryEditHeader{
	margin: 1px;
	background-color : #666666;
	font-weight:bold;
}

#galleryEditHeader a{
	color : #ffff00;
}
.UGCeditThumbContainer{
	float:left;
	padding:2px;
	width:100px; 
	height:116px;
	overflow:hidden;
	text-align:center;
}

.UGCthumbControl{
	display : block;
	text-align:center;
	position:absolute;
	top:25px;
	left:25px;
	z-index:5;
	background-image:url('/common/global_images/icons/gallery_dial.png');
	background-repeat:no-repeat;
}
.UGCthumbMovers{
	position:relative;
}
/*end of ugc versions*/

#plfmLBOver {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.plfmLBOverMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.plfmLBOver {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #plfmLBOver { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.toolbarRow {
	padding: 3px 7px;
}
.smallselect{
	font-family : tahoma;
	font-size : 10px;
}
/* UGC defaults */
.ugc_profile_divs {
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-color : #FFFFFF;
	height : auto;
	overflow : visible;
	border-color : #196FA5;
	border-style : solid;
	padding : 2px 4px 6px 4px;
	border-width : 1px 1px 1px 1px;
	margin : 2px 2px 2px 2px;
}
.ugc_profile_divs a{
	text-decoration : none;
}
.ugc_profile_divs a:hover{
}
.ugc_profile_divs a:visited{
}
.ugc_menu_items {
	color : #FFFFFF;
	font-family : verdana;
	font-weight : bold;
	font-size : 14px;
	text-align : center;
	background-color : #CCCCCC;
	overflow : visible;
	border-color : #003366;
	border-style : solid;
	padding : 2px 5px 2px 5px;
	border-width : 1px 1px 1px 1px;
	margin : 0px 4px 2px 4px;
}
.ugc_menu_items a{
	color : #FFFFFF;
	text-decoration : none;
}
.ugc_menu_items a:hover{
	color : #000066;
}
.ugc_menu_items a:visited{
	color : #FFFFFF;
}

body {
	margin : 0;
	padding : 0;
	text-align : center;
	color : #000000;
	font-family : verdana;
	font-size : 12px;
	background-color : #FFFFFF;
	background-image : url('/template_images/default_csn_sponsorback_background.jpg');
	background-repeat : no-repeat;
	background-position : top;
	background-attachment : scroll;
}

h1{
	color : #0000FF;
	font-size : 16px;
}

a.link{
	color : #666666;
	text-decoration : none;
}

a.hover{
	color : #000000;
	text-decoration : none;
}

a.visited{
	color : #666666;
	text-decoration : none;
}

li{
	list-style : none;
	margin-left : 0px;
}


#container{
	position : relative;
	margin : 0 auto;
	width : 1000px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#container h1{
	font-weight : normal;
	font-family : verdana;
}
#container a:link{
	text-decoration : none;
}
#container a:visited{
	text-decoration : none;
}
#container a:hover{
	text-decoration : none;
}
#main_2{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_2 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_2 a:link{
	text-decoration : none;
}
#main_2 a:visited{
	text-decoration : none;
}
#main_2 a:hover{
	text-decoration : none;
}
#main_5{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#main_5 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_5 a:link{
	text-decoration : none;
}
#main_5 a:visited{
	text-decoration : none;
}
#main_5 a:hover{
	text-decoration : none;
}
#main_6{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	background-color : #F5f5f5;
	padding : 25px 20px 0px 20px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-image : url('/template_images/main_09_main_09_6_background.jpg');
}
#main_6 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_6 a:link{
	text-decoration : none;
}
#main_6 a:visited{
	text-decoration : none;
}
#main_6 a:hover{
	text-decoration : none;
}
#main_7{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	padding : 0px 0px 20px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_7 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_7 a:link{
	text-decoration : none;
}
#main_7 a:visited{
	text-decoration : none;
}
#main_7 a:hover{
	text-decoration : none;
}
#main_9{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_9 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_9 a:link{
	text-decoration : none;
}
#main_9 a:visited{
	text-decoration : none;
}
#main_9 a:hover{
	text-decoration : none;
}
#main_10{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 102px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_10 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_10 a:link{
	text-decoration : none;
}
#main_10 a:visited{
	text-decoration : none;
}
#main_10 a:hover{
	text-decoration : none;
}
#main_11{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 35px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-image : url('/template_images/main_09_main_09_11_background.jpg');
}
#main_11 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_11 a:link{
	text-decoration : none;
}
#main_11 a:visited{
	text-decoration : none;
}
#main_11 a:hover{
	text-decoration : none;
}
#main_19{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	padding : 0px 0px 10px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_19 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_19 a:link{
	text-decoration : none;
}
#main_19 a:visited{
	text-decoration : none;
}
#main_19 a:hover{
	text-decoration : none;
}
#main_20{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : 294px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('/template_images/main_09_main_09_20_background.gif');
	background-color : #FFFFFF;
	padding : 20px 0px 0px 0px;
	font-size : 11px;
	color : #000000;
}
#main_20 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_20 a:link{
	text-decoration : none;
	color : #000000;
}
#main_20 a:visited{
	text-decoration : none;
	color : #000000;
}
#main_20 a:hover{
	text-decoration : none;
	color : #990000;
}
#main_21{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 10px 0px;
}
#main_21 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_21 a:link{
	text-decoration : none;
}
#main_21 a:visited{
	text-decoration : none;
}
#main_21 a:hover{
	text-decoration : none;
}
#main_25{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : auto;
	padding : 0px 6px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_25 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_25 a:link{
	text-decoration : none;
}
#main_25 a:visited{
	text-decoration : none;
}
#main_25 a:hover{
	text-decoration : none;
}
#main_26{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_26 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_26 a:link{
	text-decoration : none;
}
#main_26 a:visited{
	text-decoration : none;
}
#main_26 a:hover{
	text-decoration : none;
}
#main_30{
	float : left;
	position : relative;
	z-index : 1;
	width : 651px;
	height : 366px;
	padding : 0px 0px 10px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
	border-color : #9c9c9c;
}
#main_30 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_30 a:link{
	text-decoration : none;
}
#main_30 a:visited{
	text-decoration : none;
}
#main_30 a:hover{
	text-decoration : none;
}
#main_31{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : 113px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('/template_images/main_09_main_09_31_background.jpg');
	background-color : #FFFFFF;
	padding : 20px 0px 0px 0px;
}
#main_31 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_31 a:link{
	text-decoration : none;
}
#main_31 a:visited{
	text-decoration : none;
}
#main_31 a:hover{
	text-decoration : none;
}
#main_42{
	float : left;
	position : relative;
	z-index : 1;
	width : 298px;
	height : 214px;
	background-color : #ededed;
	border-color : #9c9c9c;
	border-width : 1px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : solid;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('http://csnphilly.com/template_images/main_main_42_background.gif');
	padding : 28px 0px 10px 0px;
	font-size : 14px;
	line-height : 1.3;
}
#main_42 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_42 a:link{
	text-decoration : none;
	color : #333333;
}
#main_42 a:visited{
	text-decoration : none;
	color : #333333;
}
#main_42 a:hover{
	text-decoration : none;
	color : ##ec193f;
}
#main_43{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 22px;
	padding : 10px 0px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_43 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_43 a:link{
	text-decoration : none;
}
#main_43 a:visited{
	text-decoration : none;
}
#main_43 a:hover{
	text-decoration : none;
}
#main_44{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	padding : 5px 0px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_44 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_44 a:link{
	text-decoration : none;
}
#main_44 a:visited{
	text-decoration : none;
}
#main_44 a:hover{
	text-decoration : none;
}
#main_59{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : auto;
	padding : 0px 6px 0px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_59 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_59 a:link{
	text-decoration : none;
}
#main_59 a:visited{
	text-decoration : none;
}
#main_59 a:hover{
	text-decoration : none;
}
#main_60{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_60 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_60 a:link{
	text-decoration : none;
}
#main_60 a:visited{
	text-decoration : none;
}
#main_60 a:hover{
	text-decoration : none;
}
#main_64{
	float : left;
	position : relative;
	z-index : 1;
	width : 288px;
	height : auto;
	background-color : #ffffff;
	border-color : #9c9c9c;
	padding : 27px 5px 5px 5px;
	border-width : 1px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : solid;
	background-image : url('http://csnphilly.com/template_images/main_09_main_09_64_background.gif');
}
#main_64 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_64 a:link{
	text-decoration : none;
}
#main_64 a:visited{
	text-decoration : none;
}
#main_64 a:hover{
	text-decoration : none;
}
#main_65{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : 250px;
	padding : 5px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_65 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_65 a:link{
	text-decoration : none;
}
#main_65 a:visited{
	text-decoration : none;
}
#main_65 a:hover{
	text-decoration : none;
}
#main_66{
	float : left;
	position : relative;
	z-index : 1;
	width : 288px;
	height : auto;
	color : #424242;
	background-color : #FFFFFF;
	border-color : #9d9d9d;
	padding : 30px 5px 5px 5px;
	border-width : 1px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('http://csnphilly.com/template_images/main_09_main_09_66_background.gif');
}
#main_66 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_66 a:link{
	text-decoration : none;
}
#main_66 a:visited{
	text-decoration : none;
}
#main_66 a:hover{
	text-decoration : none;
}
#main_69{
	float : left;
	position : relative;
	z-index : 1;
	width : 643px;
	height : auto;
	background-color : #ffffff;
	padding : 19px 5px 5px 5px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-image : url('http://csnphilly.com/template_images/main_09_main_09_69_background.gif');
}
#main_69 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_69 a:link{
	text-decoration : none;
}
#main_69 a:visited{
	text-decoration : none;
}
#main_69 a:hover{
	text-decoration : none;
}
#main_70{
	float : left;
	position : relative;
	z-index : 1;
	width : 643px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('http://csnphilly.com/template_images/main_09_main_09_70_background.gif');
	background-color : #ffffff;
	padding : 19px 5px 5px 5px;
	overflow : visible;
	border-style : none;
}
#main_70 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_70 a:link{
	text-decoration : none;
}
#main_70 a:visited{
	text-decoration : none;
}
#main_70 a:hover{
	text-decoration : none;
}
#main_71{
	float : left;
	position : relative;
	z-index : 1;
	width : 643px;
	height : auto;
	padding : 0px 5px 5px 5px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 9px;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-color : #FFFFFF;
}
#main_71 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_71 a:link{
	text-decoration : none;
}
#main_71 a:visited{
	text-decoration : none;
}
#main_71 a:hover{
	text-decoration : none;
}
#main_74{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 85px;
	padding : 10px 136px 15px 136px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_74 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_74 a:link{
	text-decoration : none;
}
#main_74 a:visited{
	text-decoration : none;
}
#main_74 a:hover{
	text-decoration : none;
}
#main_75 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 1000px;
	 height : 16px;
}
#main_76 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 1000px;
	 height : 16px;
}
#main_79{
	float : left;
	position : relative;
	z-index : 1;
	width : 251px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_79 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_79 a:link{
	text-decoration : none;
}
#main_79 a:visited{
	text-decoration : none;
}
#main_79 a:hover{
	text-decoration : none;
}
#main_80{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	padding : 17px 10px 10px 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_80 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_80 a:link{
	text-decoration : none;
}
#main_80 a:visited{
	text-decoration : none;
}
#main_80 a:hover{
	text-decoration : none;
}
#main_115{
	float : left;
	position : relative;
	z-index : 1;
	width : 288px;
	height : 96px;
	padding : 5px 0px 5px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_115 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_115 a:link{
	text-decoration : none;
}
#main_115 a:visited{
	text-decoration : none;
}
#main_115 a:hover{
	text-decoration : none;
}
#main_116{
	float : left;
	position : relative;
	z-index : 1;
	width : 288px;
	height : auto;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
	color : #424242;
}
#main_116 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_116 a:link{
	text-decoration : none;
}
#main_116 a:visited{
	text-decoration : none;
}
#main_116 a:hover{
	text-decoration : none;
}
#main_130{
	float : left;
	position : relative;
	z-index : 1;
	width : 321px;
	height : auto;
	padding : 0px 5px 0px 0px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 12px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_130 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_130 a:link{
	text-decoration : none;
}
#main_130 a:visited{
	text-decoration : none;
}
#main_130 a:hover{
	text-decoration : none;
}
#main_131{
	float : left;
	position : relative;
	z-index : 1;
	width : 321px;
	height : auto;
	padding : 0px 0px 0px 5px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 12px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_131 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_131 a:link{
	text-decoration : none;
}
#main_131 a:visited{
	text-decoration : none;
}
#main_131 a:hover{
	text-decoration : none;
}
#main_137{
	float : left;
	position : relative;
	z-index : 1;
	width : 316px;
	height : auto;
	padding : 0px 5px 0px 0px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 12px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_137 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_137 a:link{
	text-decoration : none;
	color : #000066;
}
#main_137 a:visited{
	text-decoration : none;
}
#main_137 a:hover{
	text-decoration : none;
}
#main_138{
	float : left;
	position : relative;
	z-index : 1;
	width : 316px;
	height : auto;
	padding : 0px 0px 0px 5px;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	font-size : 12px;
}
#main_138 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_138 a:link{
	text-decoration : none;
	color : #000066;
}
#main_138 a:visited{
	text-decoration : none;
	color : #333333;
}
#main_138 a:hover{
	text-decoration : none;
	color : #990000;
}
.sidebar09 {
	font-family : verdana;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	width : 250px;
	overflow : visible;
	border-color : #d2d4da;
	border-style : solid;
	padding : 0px 0px 0px 0px;
	border-width : 1px 1px 1px 1px;
	margin : 0px 0px 0px 0px;
}
.sidebar09 a{
	text-decoration : none;
}
.sidebar09 a:hover{
}
.sidebar09 a:visited{
}
.sidebar09 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_212{
	float : left;
	position : relative;
	z-index : 1;
	width : 503px;
	height : 15px;
	font-family : tahoma;
	font-weight : bold;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 2px 0px 2px 140px;
	font-size : 11px;
	background-repeat : no-repeat;
	background-position : top left;
	background-image : url('http://csnphilly.com/template_images/main_main_212_background.gif');
}
#main_212 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_212 a:link{
	text-decoration : none;
}
#main_212 a:visited{
	text-decoration : none;
}
#main_212 a:hover{
	text-decoration : none;
}
#main_213{
	float : left;
	position : relative;
	z-index : 1;
	width : 643px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
	background-repeat : no-repeat;
}
#main_213 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_213 a:link{
	text-decoration : none;
}
#main_213 a:visited{
	text-decoration : none;
}
#main_213 a:hover{
	text-decoration : none;
}
#main_241{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	padding : 0px 0px 5px 0px;
	font-family : arial;
	font-weight : bold;
	text-align : left;
	overflow : visible;
	border-style : none;
	font-size : 14px;
	background-repeat : no-repeat;
	background-position : top;
}
#main_241 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_241 a:link{
	text-decoration : none;
	color : #c01533;
}
#main_241 a:visited{
	text-decoration : none;
	color : #c01533;
}
#main_241 a:hover{
	text-decoration : none;
}
#main_347{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : 5px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_347 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_347 a:link{
	text-decoration : none;
}
#main_347 a:visited{
	text-decoration : none;
}
#main_347 a:hover{
	text-decoration : none;
}
#main_352{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_352 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_352 a:link{
	text-decoration : none;
}
#main_352 a:visited{
	text-decoration : none;
}
#main_352 a:hover{
	text-decoration : none;
}
#main_354{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
	border-color : #9c9c9c;
	padding : 28px 8px 8px 8px;
	border-width : 1px;
	background-repeat : no-repeat;
	background-position : top left;
	font-size : 11px;
	background-color : #FFFFFF;
	background-image : url('http://www.csnphilly.com/template_images/main_main_354_background.gif');
}
#main_354 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_354 a:link{
	text-decoration : none;
	color : #666666;
}
#main_354 a:visited{
	text-decoration : none;
	color : #666666;
}
#main_354 a:hover{
	text-decoration : none;
	color : #333333;
}
#main_355{
	float : left;
	position : relative;
	z-index : 1;
	width : 13px;
	height : 25px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_355 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_355 a:link{
	text-decoration : none;
}
#main_355 a:visited{
	text-decoration : none;
}
#main_355 a:hover{
	text-decoration : none;
}
#main_356{
	float : left;
	position : relative;
	z-index : 1;
	width : 300px;
	height : auto;
	font-family : tahoma;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
	border-color : #9c9c9c;
	padding : 28px 8px 8px 8px;
	border-width : 1px;
	font-size : 10px;
	background-repeat : no-repeat;
	background-position : top left;
	background-color : #FFFFFF;
	background-image : url('http://www.csnphilly.com/template_images/main_main_356_background.gif');
}
#main_356 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_356 a:link{
	text-decoration : none;
	color : #666666;
}
#main_356 a:visited{
	text-decoration : none;
	color : #666666;
}
#main_356 a:hover{
	text-decoration : none;
	color : #333333;
}
#main_884{
	float : left;
	position : relative;
	z-index : 1;
	width : 653px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_884 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_884 a:link{
	text-decoration : none;
}
#main_884 a:visited{
	text-decoration : none;
}
#main_884 a:hover{
	text-decoration : none;
}
#main_912{
	float : left;
	position : relative;
	z-index : 1;
	width : 960px;
	height : auto;
	margin : 0px 0px 5px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#main_912 h1{
	font-weight : normal;
	font-family : verdana;
}
#main_912 a:link{
	text-decoration : none;
}
#main_912 a:visited{
	text-decoration : none;
}
#main_912 a:hover{
	text-decoration : none;
}

/* CSS Document */

#menz969{
	background-color:transparent;
}
#menz969 a{
	color : #FFFFFF;
/* 	width : ~mwidth; */
/* 	background-color : ~mbackground; */
	font-size : 12px;
	text-decoration : none;
	padding : 0px 12px 0px 10px;
	border-style : none;
/* 	border-color : ~mborderColor; */
	border-width : 0px 0px 0px 0px;
	text-align : center;
	font-weight : bold;
}
#menz969 a:hover{
/* 	background-color : ~mhover; */
	color : #FFFFFF;
}
body #menz969 .menzactive, body #menz969 .menzactive:hover{
/* 	background-color : ~mhover; */
	text-decoration : none;
}
#menz969 .menzparent{
/* 	background-image : ~img_mbgi; */


}
#menz969 div{
	width : null;
/* 	background-color : ~mhover; */
	padding : 5px 20px 5px 4px;
	border-style : none;
	border-width : 1px 1px 1px 1px;
	border-color : #3e3e3e;
	margin-top : -1px;
	font-size : 11px;
	text-align : left;
	font-style : normal;
}
#menz969 div a:hover{
	text-decoration : none;
	background-color : #333333;
	color : #CCCCCC;
}
body #menz969 div .menzactive, body #menz969 div .menzactive:hover{
	background-color : #000000;
}
#menz969 div .menzparent{
	background-image : url(images/arrow_right.gif);
}
#menz969 div a{
	width : null;
	background-color : #000000;
	padding : 5px 20px 5px 4px;
	border-width : 1px 1px 1px 1px;
	color : #FFFFFF;
	border-style : none;
	border-color : #3e3e3e;
/* 	font-weight : ~smfontWeight; */
	font-size : 11px;
	text-align : left;
}

.menzclear {
	display:block;
	clear:left;
	font-size:1px;
	height:0px;
	width:0px;
	line-height:0px;
}
.menz_possing {
	position:relative;
}
.menz_possing a {
	float:left;
	display:block;
	white-space:nowrap;
}
.menz_possing div a {
	float:none;
}
.menz_possing div {
	visibility:hidden;
	position:absolute;
}

/*~~vertswap~~*/
#menz969 a{
/* 	background-image : ~img_mbgi; */
/* 	background-repeat : ~mbg_repeat; */
}
#menz969 div a{
/* 	background-image : ~img_smbgi; */
/* 	background-repeat : ~smbg_repeat; */
}
#menz969 a:hover{
/* 	background-image : ~img_mhi; */
/* 	background-repeat : ~mh_repeat; */
}
#menz969 div a:hover{
/* 	background-image : ~img_smhi; */
/* 	background-repeat : ~smh_repeat; */
}
#menz969 a{
	font-style : normal;
}
#rowset_tab_sixers_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_sixers_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_sixers_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_sixers_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_sixers_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_sixers_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_sixers_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_sixers_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_sixers_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_sixers_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_sixers_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_sixers_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_phillies_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phillies_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_phillies_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_phillies_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phillies_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_phillies_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_phillies_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phillies_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_phillies_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_phillies_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phillies_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_phillies_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_phantoms_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phantoms_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_phantoms_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_phantoms_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phantoms_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_phantoms_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_phantoms_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phantoms_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_phantoms_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_phantoms_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_phantoms_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_phantoms_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_ncaa_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_ncaa_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_ncaa_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_ncaa_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_ncaa_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_ncaa_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_ncaa_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_ncaa_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_ncaa_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_ncaa_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_ncaa_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_ncaa_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_flyers_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_flyers_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_flyers_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_flyers_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_flyers_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_flyers_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_flyers_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_flyers_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_flyers_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_flyers_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_flyers_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_flyers_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_eagles_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_eagles_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_eagles_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_eagles_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_eagles_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_eagles_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_eagles_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_eagles_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_eagles_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_eagles_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_eagles_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_eagles_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_spec1_49_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_spec1_49_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_spec1_49_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_spec1_49_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_spec1_49_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_spec1_49_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_spec1_207_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_spec1_207_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_spec1_207_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_spec1_207_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_spec1_207_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_spec1_207_rowset .evenrow a:visited{
 color : #ffffff;
}

#rowset_main_207_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_207_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_main_207_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_main_207_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_207_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_main_207_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_331_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_331_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_331_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_331_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_331_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_331_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_348_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_348_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_348_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_348_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_348_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_348_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_other_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_other_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_other_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_other_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_other_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_other_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_331_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_331_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_331_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_331_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_331_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_331_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_359_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_359_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_359_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_359_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_359_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_359_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_main_524_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #919090;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_524_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_main_524_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_main_524_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #919090;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_524_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_main_524_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_other_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_other_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_other_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_other_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_other_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_other_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_main_105_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_105_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_main_105_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_main_105_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_105_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_main_105_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_400_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_400_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_400_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_400_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_400_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_400_rowset .evenrow a:visited{
 color : #ffffff;
}

#rowset_main_105_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_105_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_main_105_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_main_105_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_105_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_main_105_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_367_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_367_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_391_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_391_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_391_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_391_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_391_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_391_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_418_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_418_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_418_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_418_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_418_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_418_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_487_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_487_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_487_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_487_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_487_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_487_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_477_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_477_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_477_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_477_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_477_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_477_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_473_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_473_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_473_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_473_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_473_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_473_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_450_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_450_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_450_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_450_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_450_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_450_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_446_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_446_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_446_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_446_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_446_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_446_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_439_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_439_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_439_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_439_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_439_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_439_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_video_435_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_435_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_video_435_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_video_435_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_video_435_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_video_435_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_mainbreaking_529_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_mainbreaking_529_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_mainbreaking_529_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_mainbreaking_529_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_mainbreaking_529_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_mainbreaking_529_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_fantasy_14_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_fantasy_14_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_fantasy_14_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_fantasy_14_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_fantasy_14_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_fantasy_14_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_tab_fantasy_17_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_fantasy_17_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_tab_fantasy_17_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_tab_fantasy_17_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_tab_fantasy_17_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_tab_fantasy_17_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_444_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_444_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_worldseries_444_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_444_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_444_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_worldseries_444_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_441_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_441_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_worldseries_441_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_441_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_441_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_worldseries_441_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_455_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_455_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_worldseries_455_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_455_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_455_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_worldseries_455_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_458_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_458_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_worldseries_458_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_worldseries_458_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_worldseries_458_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_worldseries_458_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_mainworldseries_524_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_mainworldseries_524_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_mainworldseries_524_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_mainworldseries_524_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_mainworldseries_524_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_mainworldseries_524_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_right_eagleslinks_288_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right_eagleslinks_288_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_right_eagleslinks_288_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_right_eagleslinks_288_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right_eagleslinks_288_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_right_eagleslinks_288_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_right_eagleslinks_289_rowset .oddrow{
 height : auto;
	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right_eagleslinks_289_rowset .oddrow a:link{
 color : #ffffff;
}
#rowset_right_eagleslinks_289_rowset .oddrow a:visited{
 color : #ffffff;
}
#rowset_right_eagleslinks_289_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 2px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #676566;
 background-image : url('http://csnphi.platformic.com/template_images/tab_gradback.jpg');
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 1px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right_eagleslinks_289_rowset .evenrow a:link{
 color : #ffffff;
}
#rowset_right_eagleslinks_289_rowset .evenrow a:visited{
 color : #ffffff;
}
#rowset_main_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_main_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_main_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_main_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_main_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_inner_09_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_inner_09_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_inner_09_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_inner_09_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_inner_09_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_inner_09_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_generic_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_generic_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_generic_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_generic_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_generic_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_generic_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_116_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_116_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_eagles_116_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_116_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_116_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_eagles_116_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_118_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_118_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_eagles_118_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_118_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_118_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_eagles_118_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_landing_116_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_116_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_landing_116_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_landing_116_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_116_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_landing_116_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_landing_118_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_118_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_landing_118_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_landing_118_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_118_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_landing_118_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_landing_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_landing_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_landing_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_landing_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_landing_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_eagles_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_eagles_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_eagles_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_eagles_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_eagles_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_eagles_127_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_eagles_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_eagles_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_eagles_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_eagles_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_eagles_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_eagles_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_eagles_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_eagles_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_eagles_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_eagles_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_phillies_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_phillies_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_phillies_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_phillies_127_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_phillies_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_phillies_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_phillies_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_phillies_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_phillies_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_phillies_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_phillies_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_phillies_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_phillies_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_phillies_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_flyers_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_flyers_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_flyers_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_flyers_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_flyers_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_flyers_127_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_flyers_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_flyers_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_flyers_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_flyers_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_flyers_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_flyers_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_flyers_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_flyers_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_flyers_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_flyers_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_flyers_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_flyers_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_sixers_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_sixers_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_sixers_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_sixers_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_sixers_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_sixers_127_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_sixers_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_sixers_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_sixers_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_sixers_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_sixers_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_sixers_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_sixers_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_sixers_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_sixers_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_sixers_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_sixers_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_sixers_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_stats_42_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_42_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_stats_42_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_stats_42_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_42_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_stats_42_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_main_137_rowset .oddrow{
 height : 115px;
	padding : 0px 5px 3px 2px;
 text-align : left;
 color : #000000;
	font-family : arial;
	font-weight : normal;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 2px;
 border-style : solid;
 border-color : #ffffff;
}
#rowset_main_137_rowset .oddrow a:link{
 color : #666666;
}
#rowset_main_137_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_main_137_rowset .evenrow{
 height : 115px;
 	padding : 0px 5px 3px 2px;
 text-align : left;
 color : #000000;
 	font-family : arial;
 	font-weight : normal;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 2px;
 border-style : solid;
 border-color : #ffffff;
}
#rowset_main_137_rowset .evenrow a:link{
 color : #666666;
}
#rowset_main_137_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_main_138_rowset .oddrow{
 height : 115px;
	padding : 0px 5px 3px 2px;
 text-align : left;
 color : #000000;
	font-family : arial;
	font-weight : normal;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 2px;
 border-style : solid;
 border-color : #ffffff;
}
#rowset_main_138_rowset .oddrow a:link{
 color : #666666;
}
#rowset_main_138_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_main_138_rowset .evenrow{
 height : auto;
 	padding : 0px 5px 3px 2px;
 text-align : left;
 color : #000000;
 	font-family : arial;
 	font-weight : normal;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 2px;
 border-style : solid;
 border-color : #ffffff;
}
#rowset_main_138_rowset .evenrow a:link{
 color : #666666;
}
#rowset_main_138_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_stats_118_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_118_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_stats_118_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_stats_118_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_118_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_stats_118_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_right09_stats_195_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_195_rowset .oddrow a:link{
 color : #666666;
}
#rowset_right09_stats_195_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_right09_stats_195_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_right09_stats_195_rowset .evenrow a:link{
 color : #666666;
}
#rowset_right09_stats_195_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_phillies_ws_135_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_ws_135_rowset .oddrow a:link{
 color : #666666;
}
#rowset_phillies_ws_135_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_phillies_ws_135_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_ws_135_rowset .evenrow a:link{
 color : #666666;
}
#rowset_phillies_ws_135_rowset .evenrow a:visited{
 color : #666666;
}
#rowset_phillies_ws_127_rowset .oddrow{
 height : auto;
	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #ffffff;
	font-family : arial;
	font-weight : bold;
	font-size : 11px;
 background-color : #ffffff;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_ws_127_rowset .oddrow a:link{
 color : #666666;
}
#rowset_phillies_ws_127_rowset .oddrow a:visited{
 color : #666666;
}
#rowset_phillies_ws_127_rowset .evenrow{
 height : auto;
 	padding : 6px 0px 3px 5px;
 text-align : left;
 color : #FFFFFF;
 	font-family : arial;
 	font-weight : bold;
	font-size : 11px;
 background-color : #ededed;
 	background-repeat : repeat-x;
	background-position : top;
 border-width : 0px;
 border-style : solid;
 border-color : #3e3d3d;
}
#rowset_phillies_ws_127_rowset .evenrow a:link{
 color : #666666;
}
#rowset_phillies_ws_127_rowset .evenrow a:visited{
 color : #666666;
}
/* CSS Document */
.sidebar09 {
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #f5f5f5;
	width : 275px;
	overflow : visible;
	border-color : #d2d4da;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 1px 1px 1px 1px;
	margin : 0px 0px 0px 0px;
}
.sidebar09 a{
	text-decoration : none;
}
.sidebar09 a:hover{
	color : #000000;
}
.sidebar09 a:visited{
	color : #990000;
}
.sidebar09 h1{
	font-size : 16px;
	font-weight : normal;
	font-family : verdana;
~replace~}~~	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 3px 5px 3px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_odds {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	background-color : #FFFFFF;
	overflow : visible;
	border-style : none;
	padding : 3px 5px 3px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_odds a{
	color : #666666;
	text-decoration : none;
}
.rowset_odds a:hover{
	color : #666666;
}
.rowset_odds a:visited{
	color : #666666;
}
.rowset_odds h1{
	font-weight : normal;
	font-family : verdana;
}
.rowset_even {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	background-color : #ededed;
	overflow : visible;
	border-style : none;
	padding : 6px 5px 6px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_even a{
	color : #666666;
	text-decoration : none;
}
.rowset_even a:hover{
	color : #666666;
}
.rowset_even a:visited{
	color : #666666;
}
.rowset_even h1{
	font-weight : normal;
	font-family : verdana;
}
.rowset_evens {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 3px 5px 3px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_evens a{
	color : #666666;
	text-decoration : none;
}
.rowset_evens a:hover{
	color : #666666;
}
.rowset_evens a:visited{
	color : #666666;
}
.rowset_evens h1{
	font-weight : normal;
	font-family : verdana;
}
.rowset_odd {
	color : #666666;
	font-family : tahoma;
	font-weight : bold;
	font-size : 11px;
	text-align : left;
	background-color : #ffffff;
	overflow : visible;
	border-style : none;
	padding : 6px 5px 6px 5px;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
.rowset_odd a{
	color : #666666;
	text-decoration : none;
}
.rowset_odd a:hover{
	color : #666666;
}
.rowset_odd a:visited{
	color : #666666;
}
.rowset_odd h1{
	font-weight : normal;
	font-family : verdana;
}
.comments {
	color : #000000;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #dadada;
	overflow : visible;
	border-color : #FFFFFF;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 2px 25px 2px 25px;
	margin : 0px 0px 0px 0px;
}
.comments a{
	text-decoration : none;
}
.comments a:hover{
}
.comments a:visited{
}
.comments h1{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	font-family : tahoma;
}
.comments_even {
	color : #000000;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	background-color : #ededed;
	overflow : visible;
	border-color : #FFFFFF;
	border-style : solid;
	padding : 5px 5px 5px 5px;
	border-width : 2px 25px 2px 25px;
	margin : 0px 0px 0px 0px;
}
.comments_even a{
	text-decoration : none;
}
.comments_even a:hover{
}
.comments_even a:visited{
}
.comments_even h1{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	font-family : tahoma;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 1000px;
}
#masthead09_scoreboard_5{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 254px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#masthead09_scoreboard_5 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_scoreboard_5 a:link{
	text-decoration : none;
}
#masthead09_scoreboard_5 a:visited{
	text-decoration : none;
}
#masthead09_scoreboard_5 a:hover{
	text-decoration : none;
}
#masthead09_scoreboard_9{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_scoreboard_10{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 90px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 6px 0px;
}
#masthead09_scoreboard_10 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_scoreboard_10 a:link{
	text-decoration : none;
}
#masthead09_scoreboard_10 a:visited{
	text-decoration : none;
}
#masthead09_scoreboard_10 a:hover{
	text-decoration : none;
}
#masthead09_scoreboard_11{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 35px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : none;
	background-image : url('/template_images/main_09_main_09_11_background.jpg');
}
#masthead09_scoreboard_11 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_scoreboard_11 a:link{
	text-decoration : none;
}
#masthead09_scoreboard_11 a:visited{
	text-decoration : none;
}
#masthead09_scoreboard_11 a:hover{
	text-decoration : none;
}
#masthead09_scoreboard_79{
	float : left;
	position : relative;
	z-index : 1;
	width : 251px;
	height : 117px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : hidden;
	border-style : none;
}
#masthead09_scoreboard_79 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_scoreboard_79 a:link{
	text-decoration : none;
}
#masthead09_scoreboard_79 a:visited{
	text-decoration : none;
}
#masthead09_scoreboard_79 a:hover{
	text-decoration : none;
}
#masthead09_scoreboard_80{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	padding : 17px 10px 10px 10px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_scoreboard_107{
	float : left;
	position : relative;
	z-index : 1;
	width : 817px;
	height : 27px;
	font-family : tahoma;
	font-weight : bold;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_scoreboard_107 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_scoreboard_107 a:link{
	text-decoration : none;
}
#masthead09_scoreboard_107 a:visited{
	text-decoration : none;
}
#masthead09_scoreboard_107 a:hover{
	text-decoration : none;
}
#masthead09_scoreboard_108{
	float : left;
	position : relative;
	z-index : 1;
	width : 160px;
	height : 23px;
	padding : 7px;
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#masthead09_scoreboard_108 h1{
	font-weight : normal;
	font-family : verdana;
}
#masthead09_scoreboard_108 a:link{
	text-decoration : none;
}
#masthead09_scoreboard_108 a:visited{
	text-decoration : none;
}
#masthead09_scoreboard_108 a:hover{
	text-decoration : none;
}
#masthead09_scoreboard_128 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 500px;
	 height : 16px;
}
#masthead09_scoreboard_129 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 500px;
	 height : 16px;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 1000px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#container h1{
	font-weight : normal;
	font-family : verdana;
}
#container a:link{
	text-decoration : none;
}
#container a:visited{
	text-decoration : none;
}
#container a:hover{
	text-decoration : none;
}
#footer09_2{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	background-color : #FFFFFF;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	background-repeat : no-repeat;
	background-position : top;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_2_background.gif');
}
#footer09_2 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_2 a:link{
	text-decoration : none;
}
#footer09_2 a:visited{
	text-decoration : none;
}
#footer09_2 a:hover{
	text-decoration : none;
}
#footer09_7{
	float : left;
	position : relative;
	z-index : 1;
	width : 728px;
	height : 90px;
	padding : 5px 136px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_7 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_7 a:link{
	text-decoration : none;
}
#footer09_7 a:visited{
	text-decoration : none;
}
#footer09_7 a:hover{
	text-decoration : none;
}
#footer09_8{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : auto;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 10px 0px;
}
#footer09_8 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_8 a:link{
	text-decoration : none;
}
#footer09_8 a:visited{
	text-decoration : none;
}
#footer09_8 a:hover{
	text-decoration : none;
}
#footer09_9 {
	 float : left;
	 position : relative;
	 z-index : 1;
	 width : 1000px;
	 height : 16px;
}
#footer09_14{
	float : left;
	position : relative;
	z-index : 1;
	width : 1000px;
	height : 7px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_14_background.gif');
	background-repeat : no-repeat;
	background-position : bottom;
	overflow : visible;
	border-style : none;
}
#footer09_14 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_14 a:link{
	text-decoration : none;
}
#footer09_14 a:visited{
	text-decoration : none;
}
#footer09_14 a:hover{
	text-decoration : none;
}
#footer09_15{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	background-color : #f5f5f5;
	padding : 5px 15px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_15 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_15 a:link{
	text-decoration : none;
}
#footer09_15 a:visited{
	text-decoration : none;
}
#footer09_15 a:hover{
	text-decoration : none;
}
#footer09_16{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	color : #000000;
	padding : 5px 15px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_16 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_16 a:link{
	color : #000000;
	text-decoration : none;
}
#footer09_16 a:visited{
	color : #000000;
	text-decoration : none;
}
#footer09_16 a:hover{
	color : #878787;
	text-decoration : none;
}
#footer09_22{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	border-color : #878787;
	padding : 0px 0px 10px 0px;
	border-width : 0px 0px 1px 0px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : solid;
}
#footer09_22 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_22 a:link{
	text-decoration : none;
}
#footer09_22 a:visited{
	text-decoration : none;
}
#footer09_22 a:hover{
	text-decoration : none;
}
#footer09_23{
	float : left;
	position : relative;
	z-index : 1;
	width : 970px;
	height : auto;
	padding : 10px 0px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : none;
}
#footer09_23 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_23 a:link{
	color : #878787;
	text-decoration : none;
}
#footer09_23 a:visited{
	color : #878787;
	text-decoration : none;
}
#footer09_23 a:hover{
	color : #000000;
	text-decoration : none;
}
#footer09_26{
	float : left;
	position : relative;
	z-index : 1;
	width : 185px;
	height : 165px;
	border-color : #878787;
	padding : 20px 10px 0px 0px;
	border-width : 0px 1px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-repeat : no-repeat;
	background-position : top left;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_26_background.gif');
	line-height : 1.5;
}
#footer09_26 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_26 a:link{
	color : #878787;
	text-decoration : none;
}
#footer09_26 a:visited{
	color : #878787;
	text-decoration : none;
}
#footer09_26 a:hover{
	color : #000000;
	text-decoration : none;
}
#footer09_27{
	float : left;
	position : relative;
	z-index : 1;
	width : 185px;
	height : 165px;
	border-color : #878787;
	padding : 20px 10px 0px 10px;
	border-width : 0px 1px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	overflow : visible;
	border-style : solid;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_27_background.gif');
	background-repeat : no-repeat;
	background-position : top left;
	line-height : 1.5;
}
#footer09_27 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_27 a:link{
	color : #878787;
	text-decoration : none;
}
#footer09_27 a:visited{
	color : #878787;
	text-decoration : none;
}
#footer09_27 a:hover{
	color : #000000;
	text-decoration : none;
}
#footer09_28{
	float : left;
	position : relative;
	z-index : 1;
	width : 185px;
	height : 165px;
	border-color : #878787;
	padding : 20px 10px 0px 10px;
	border-width : 0px 1px 0px 0px;
	font-family : arial;
	font-weight : bold;
	font-size : 10px;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top;
	overflow : visible;
	border-style : solid;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_28_background.gif');
	line-height : 1.5;
}
#footer09_28 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_28 a:link{
	text-decoration : none;
	color : #878787;
}
#footer09_28 a:visited{
	text-decoration : none;
	color : #878787;
}
#footer09_28 a:hover{
	text-decoration : none;
	color : #000000;
}
#footer09_29{
	float : left;
	position : relative;
	z-index : 1;
	width : 346px;
	height : 165px;
	font-family : arial;
	font-weight : bold;
	text-align : left;
	background-repeat : no-repeat;
	background-position : top left;
	overflow : visible;
	border-style : none;
	padding : 20px 0px 0px 10px;
	font-size : 10px;
	background-image : url('http://csnphilly.com/template_images/footer09_footer09_29_background.gif');
	line-height : 1.5;
}
#footer09_29 h1{
	font-weight : normal;
	font-family : verdana;
}
#footer09_29 a:link{
	text-decoration : none;
	color : #878787;
}
#footer09_29 a:visited{
	text-decoration : none;
	color : #878787;
}
#footer09_29 a:hover{
	text-decoration : none;
	color : #000000;
}

